home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / guvenlik / syslinux-3.07.exe / dos / errno.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-12-15  |  93 b   |  8 lines

  1. #ifndef ERRNO_H
  2. #define ERRNO_H
  3.  
  4. int errno;
  5. void perror(const char *);
  6.  
  7. #endif /* ERRNO_H */
  8.